projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41bce7e
)
(bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 6 Jun 2004 01:59:43 +0000
(
01:59
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 6 Jun 2004 01:59:43 +0000
(
01:59
+0000)
$(SHELLTYPE); this avoids calling non-existent cmdproxy.exe on boostrappings
after a previous install followed by realclean.
nt/makefile.w32-in
patch
|
blob
|
history
diff --git
a/nt/makefile.w32-in
b/nt/makefile.w32-in
index 4f619b3f2e35b10051a4c1b8d2c3bc85566f65d1..6363904108eca2ad561e2bd7a7f937944565139f 100644
(file)
--- a/
nt/makefile.w32-in
+++ b/
nt/makefile.w32-in
@@
-139,7
+139,7
@@
bootstrap-nmake:
$(MAKE) $(MFLAGS) bootstrap
\r
$(MAKE) $(MFLAGS) bootstrap-clean
\r
cd ..\lisp
\r
- $(MAKE) $(MFLAGS) bootstrap
\r
+ $(MAKE) $(MFLAGS)
SHELL=$(SHELLTYPE)
bootstrap
\r
cd ..\lib-src
\r
$(MAKE) $(MFLAGS) DOC
\r
cd ..\nt
\r